projects
/
vtk9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66a58ee
)
Fix FTBFS on PPC64: inlining failed in call to ‘always_inline’
author
Dominique Belhachemi
<domibel@debian.org>
Mon, 27 Oct 2025 18:54:02 +0000
(14:54 -0400)
committer
Dominique Belhachemi
<domibel@debian.org>
Mon, 27 Oct 2025 18:54:02 +0000
(14:54 -0400)
Forwarded: no
Last-Update: 2025-09-30
Gbp-Pq: Name 80_fix_ppc64_ftbfs.patch
Common/Core/vtkDataArrayMeta.h
patch
|
blob
|
history
diff --git
a/Common/Core/vtkDataArrayMeta.h
b/Common/Core/vtkDataArrayMeta.h
index 602305d3edd4c357cdb0e0d610bb6dc73a13743d..8c37a968913bca1c981766fe1afd4d58e232e702 100644
(file)
--- a/
Common/Core/vtkDataArrayMeta.h
+++ b/
Common/Core/vtkDataArrayMeta.h
@@
-32,7
+32,7
@@
#endif
#if (defined(VTK_ALWAYS_OPTIMIZE_ARRAY_ITERATORS) || !defined(VTK_DEBUG_RANGE_ITERATORS)) && \
- !defined(VTK_COMPILER_MSVC)
+ !defined(VTK_COMPILER_MSVC)
&& !defined(__PPC64__)
#define VTK_ITER_INLINE VTK_ALWAYS_INLINE
#define VTK_ITER_ASSUME VTK_ASSUME_NO_ASSERT
#define VTK_ITER_OPTIMIZE_START VTK_ALWAYS_OPTIMIZE_START